net.conf.preferCgo (field)

7 uses

	net (current package)
		conf.go#L58: 	preferCgo bool // if no explicit preference, use cgo
		conf.go#L106: 			case confVal.netCgo || confVal.preferCgo:
		conf.go#L118: 	confVal.preferCgo = false
		conf.go#L127: 		confVal.preferCgo = true
		conf.go#L143: 		confVal.preferCgo = true
		conf.go#L150: 		confVal.preferCgo = true
		conf.go#L245: 	} else if c.preferCgo {